home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / PMAKER65 / archive.z / VSNJ2__1.PPD < prev    next >
PostScript Printer Description  |  1994-10-13  |  25KB  |  776 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% (c) Copyright 1994 VerTec Solutions,Inc. All rights reserved.
  10. *% ==== 5.2: General Information Keywords ====
  11. *FileVersion: "1.0"
  12. *FormatVersion: "4.2"
  13. *LanguageEncoding: "ISOLatin1"
  14. *LanguageVersion: English
  15. *ModelName: "VERTEC NovaJet II"
  16. *NickName: "Encad NovaJet II v2013.114"
  17. *PCFileName: "VSNJ2__1.PPD"
  18. *Product: "(VERTEC PS-RIP)"
  19. *PSVersion: "(2013.114) 1"
  20.  
  21. *% ==== 5.3: Basic Device Capabilities ====
  22.  
  23. *ColorDevice: True
  24. *DefaultColorSpace: CMYK
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save statusdict begin
  28.     (False) /diskstatus where {
  29.         pop diskstatus exch pop 0 ne {pop (True)} if
  30.     } if = flush
  31. end restore
  32. "
  33. *End
  34. *LanguageLevel: "2"
  35. *Throughput: "1"
  36. *TTRasterizer: Type42
  37.  
  38. *% ==== 5.22: System Management ====
  39.  
  40. *FreeVM: "1545012"
  41. *Password: "()"
  42. *ExitServer: "
  43.  count 0 eq
  44.  { false } { true exch startjob } ifelse
  45.  not {
  46.      (WARNING: Cannot modify initial VM.) =
  47.      (Missing or invalid password.) =
  48.      (Please contact the author of this software.) = flush quit
  49.      } if
  50. "
  51. *End
  52. *Reset: "
  53.   count 1 eq {pop} if
  54.   (WARNING: The Colossal PS-RIP must be reset manually.) = flush
  55.   (First quit applications currently talking to the RIP.) =
  56.   (Then choose the RIP application and select Quit from its File menu.) = flush
  57. "
  58. *End
  59. *PrintPSErrors: False
  60. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  61.  
  62. *% ==== 5.16: Resolution and Appearance Control ====
  63.  
  64. *DefaultResolution: 300dpi
  65. *?Resolution: "
  66.   save
  67.     currentpagedevice /HWResolution get
  68.     0 get
  69.     (          ) cvs print
  70.     (dpi)
  71.     = flush
  72.   restore
  73. "
  74. *End
  75.  
  76. *% ==== 5.17: Gray Levels and Halftoning ====
  77.  
  78. *AccurateScreensSupport: True
  79. *ScreenFreq: "60.0"
  80. *ScreenAngle: "0.0"
  81. *ScreenProc Dot: "
  82. { abs exch abs 2 copy add 1 gt
  83.     {1 sub dup mul exch 1 sub dup mul add 1 sub }
  84.     {dup mul exch dup mul add 1 exch sub }
  85.     ifelse
  86. }
  87. "
  88. *End
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "
  92. { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  93. "
  94. *End
  95. *Transfer Red: "{ 0.5 exp }"
  96. *Transfer Green: "{ 0.45 exp }"
  97. *Transfer Blue: "{ 0.47 exp }"
  98. *Transfer Normalized: "{ 0.60 exp }"
  99.  
  100. *% ==== 5.13: Media Handling Features ====
  101.  
  102. *OpenUI *InputSlot: PickOne
  103. *DefaultInputSlot: AnyLargeFormat
  104. *InputSlot AnyLargeFormat/Any Large Format: ""
  105. *?InputSlot: "(AnyLargeFormat) = flush"
  106. *CloseUI: *InputSlot
  107.  
  108. *RequiresPageRegion All: True
  109.  
  110. *OpenUI *OutputMode/Print Quality: PickOne
  111. *OrderDependency: 50 AnySetup *OutputMode
  112. *DefaultOutputMode: Enhanced
  113.  
  114. *OutputMode Draft/Draft: "
  115.     2 dict 
  116.         dup /PostRenderingEnhance true put 
  117.         dup /PostRenderingEnhanceDetails 
  118.         2 dict
  119.           dup /PrintQuality 1 put 
  120.           dup /Type 11 put 
  121.     put 
  122.     setpagedevice"
  123. *End
  124.  
  125. *OutputMode Final/Final: "
  126.     2 dict
  127.         dup /PostRenderingEnhance true put 
  128.         dup /PostRenderingEnhanceDetails 
  129.         2 dict 
  130.           dup /PrintQuality 2 put 
  131.           dup /Type 11 put 
  132.     put 
  133.     setpagedevice"
  134. *End
  135.  
  136. *OutputMode Enhanced/Enhanced: "
  137.     2 dict 
  138.         dup /PostRenderingEnhance true put 
  139.         dup /PostRenderingEnhanceDetails 
  140.         2 dict 
  141.             dup /PrintQuality 3 put 
  142.             dup /Type 11 put 
  143.     put 
  144.     setpagedevice"
  145. *End
  146.  
  147. *OutputMode DraftBlack/Draft - black/gray: "
  148.     1 dict dup /ProcessColorModel /DeviceGray put setpagedevice 
  149.     2 dict 
  150.         dup /PostRenderingEnhance true put 
  151.         dup /PostRenderingEnhanceDetails 
  152.         2 dict 
  153.             dup /PrintQuality 1 put 
  154.             dup /Type 11 put 
  155.     put 
  156.     setpagedevice"
  157. *End
  158.  
  159. *OutputMode FinalBlack/Final - black/gray: "
  160.     1 dict dup /ProcessColorModel /DeviceGray put setpagedevice 
  161.     2 dict 
  162.         dup /PostRenderingEnhance true put 
  163.         dup /PostRenderingEnhanceDetails 
  164.         2 dict 
  165.             dup /PrintQuality 2 put 
  166.             dup /Type 11 put 
  167.     put 
  168.     setpagedevice"
  169. *End
  170.  
  171. *?OutputMode: "
  172.         save
  173.         3 dict
  174.         dup 1 (Draft) put
  175.         dup 2 (Final) put
  176.         dup 3 (Enhanced) put
  177.         currentpagedevice /PostRenderingEnhanceDetails get
  178.         /PrintQuality get get = flush
  179.         restore "
  180. *End
  181. *CloseUI: *OutputMode
  182.  
  183. *% ==== 5.18: Color Issues ====
  184.  
  185. *OpenUI *ColorModel/Color Process: PickOne
  186. *DefaultColorModel: CMYK
  187. *ColorModel Gray/Gray only:  "<</ProcessColorModel /DeviceGray>> setpagedevice"
  188. *ColorModel CMYK/CMYK Color: "<</ProcessColorModel /DeviceCMYK >> setpagedevice"
  189. *?ColorModel: "
  190.   4 dict dup begin
  191.     /DeviceCMYK (CMYK) def
  192.     /DeviceRGB (RGB) def
  193.     /DeviceCMY (CMY) def
  194.     /DeviceGray (Gray) def
  195.   end
  196.   currentpagedevice dup /ProcessColorModel known {
  197.     /ProcessColorModel get
  198.   } {
  199.     pop /DeviceGray
  200.   } ifelse
  201.   get = flush
  202. "
  203. *End
  204. *CloseUI: *ColorModel
  205.  
  206. *% ==== 5.11: Information About Media Sizes ====
  207.  
  208. *DefaultImageableArea: Unknown
  209. *ImageableArea Letter: "18 18 594 778"
  210. *ImageableArea Tabloid: "16 49 776 1175"
  211. *ImageableArea AnsiC/ANSI C: "17 49 1207 1535"
  212. *ImageableArea AnsiD/ANSI D: "17 49 1567 2399"
  213. *ImageableArea AnsiE/ANSI E: "15 49 2433 3119"
  214. *ImageableArea ARCHA/ARCH A: "17 49 631 815"
  215. *ImageableArea ARCHB/ARCH B: "18 49 846 1247"
  216. *ImageableArea ARCHC/ARCH C: "15 49 1281 1679"
  217. *ImageableArea ARCHD/ARCH D: "16 49 1712 2543"
  218. *ImageableArea ARCHE/ARCH E: "18 49 2574 3407"
  219. *ImageableArea ISOA4/ISO A4: "18 49 577 793"
  220. *ImageableArea ISOA3/ISO A3: "18 49 824 1142"
  221. *ImageableArea ISOA2/ISO A2: "16 49 1175 1635"
  222. *ImageableArea ISOA1/ISO A1: "17 49 1667 2335"
  223. *ImageableArea ISOA0/ISO A0: "17 49 2366 3321"
  224. *ImageableArea OVERSIZEA2/Oversize A2: "17 49 1344 1723"
  225. *ImageableArea OVERSIZEA1/Oversize A1: "15 49 1757 2502"
  226. *ImageableArea JISB4/JIS B4: "15 49 713 983"
  227. *ImageableArea JISB3/JIS B3: "17 49 1015 1411"
  228. *ImageableArea JISB2/JIS B2: "16 49 1444 2015"
  229. *ImageableArea JISB1/JIS B1: "15 49 2049 2871"
  230. *ImageableArea 36x72/72 inch strip:   "0 0 2448 5184 "
  231. *ImageableArea 36x96/96 inch strip:   "0 0 2448 6912 "
  232. *ImageableArea 36x120/120 inch strip: "0 0 2448 8640 "
  233. *?ImageableArea: "
  234. save
  235. /cvp {cvi (     ) cvs
  236. print ( ) print} bind def
  237. newpath clippath pathbbox
  238. 4 -2 roll exch 2 {ceiling cvp} repeat
  239. exch 2 {floor cvp} repeat flush
  240. restore
  241. "
  242. *End
  243.  
  244. *DefaultPaperDimension: Unknown
  245. *PaperDimension Letter: "612 792"
  246. *PaperDimension Tabloid: "792 1224"
  247. *PaperDimension AnsiC/ANSI C: "1224 1584"
  248. *PaperDimension AnsiD/ANSI D: "1584 2448"
  249. *PaperDimension AnsiE/ANSI E: "2448 3168"
  250. *PaperDimension ARCHA/ARCH A: "648 864"
  251. *PaperDimension ARCHB/ARCH B: "864 1296"
  252. *PaperDimension ARCHC/ARCH C: "1296 1728"
  253. *PaperDimension ARCHD/ARCH D: "1728 2592"
  254. *PaperDimension ARCHE/ARCH E: "2592 3456"
  255. *PaperDimension ISOA4/ISO A4: "595 842"
  256. *PaperDimension ISOA3/ISO A3: "842 1191"
  257. *PaperDimension ISOA2/ISO A2: "1191 1684"
  258. *PaperDimension ISOA1/ISO A1: "1684 2384"
  259. *PaperDimension ISOA0/ISO A0: "2384 3370"
  260. *PaperDimension OVERSIZEA2/Oversize A2: "1361 1772"
  261. *PaperDimension OVERSIZEA1/Oversize A1: "1772 2551"
  262. *PaperDimension JISB4/JIS B4: "729 1032"
  263. *PaperDimension JISB3/JIS B3: "1032 1460"
  264. *PaperDimension JISB2/JIS B2: "1460 2064"
  265. *PaperDimension JISB1/JIS B1: "2064 2920"
  266. *PaperDimension 36x72/72 inch strip:   "2448 5184 "
  267. *PaperDimension 36x96/96 inch strip:   "2448 6912 "
  268. *PaperDimension 36x120/120 inch strip: "2448 8640 "
  269.  
  270. *% ==== 5.10: Media Selection ====
  271.  
  272. *OpenUI *PageSize: PickOne
  273. *OrderDependency: 30 AnySetup *PageSize
  274. *DefaultPageSize: Unknown
  275. *PageSize Letter: "3 dict dup /Orientation 1 put dup /PageSize [612 792] put dup /ImagingBBox null
  276. put setpagedevice"
  277. *End
  278. *PageSize Tabloid: "3 dict dup /Orientation 1 put dup /PageSize [792 1224] put dup /ImagingBBox
  279. null put setpagedevice"
  280. *End
  281. *PageSize AnsiC/ANSI C:"3 dict dup /Orientation 1 put dup /PageSize [1224 1584] put dup
  282. /ImagingBBox null put setpagedevice"
  283. *End
  284. *PageSize AnsiD/ANSI D: "3 dict dup /Orientation 1 put dup /PageSize [1584 2448] put dup
  285. /ImagingBBox null put setpagedevice"
  286. *End
  287. *PageSize AnsiE/ANSI E: "3 dict dup /Orientation 0 put dup /PageSize [2448 3168] put dup
  288. /ImagingBBox null put setpagedevice"
  289. *End
  290. *PageSize ARCHA/ARCH A: "3 dict dup /Orientation 1 put dup /PageSize [648 864] put dup
  291. /ImagingBBox null put setpagedevice"
  292. *End
  293. *PageSize ARCHB/ARCH B: "3 dict dup /Orientation 1 put dup /PageSize [864 1296] put dup
  294. /ImagingBBox null put setpagedevice"
  295. *End
  296. *PageSize ARCHC/ARCH C:"3 dict dup /Orientation 1 put dup /PageSize [1296 1728] put dup
  297. /ImagingBBox null put setpagedevice"
  298. *End
  299. *PageSize ARCHD/ARCH D: "3 dict dup /Orientation 1 put dup /PageSize [1728 2592] put dup
  300. /ImagingBBox null put setpagedevice"
  301. *End
  302. *PageSize ARCHE/ARCH E: "3 dict dup /Orientation 0 put dup /PageSize [2592 3456] put dup
  303. /ImagingBBox null put setpagedevice"
  304. *End
  305. *PageSize ISOA4/ISO A4: "3 dict dup /Orientation 1 put dup /PageSize [595 842] put dup
  306. /ImagingBBox null put setpagedevice"
  307. *End
  308. *PageSize ISOA3/ISO A3: "3 dict dup /Orientation 1 put dup /PageSize [842 1191] put dup
  309. /ImagingBBox null put setpagedevice"
  310. *End
  311. *PageSize ISOA2/ISO A2:"3 dict dup /Orientation 1 put dup /PageSize [1191 1684] put dup
  312. /ImagingBBox null put setpagedevice"
  313. *End
  314. *PageSize ISOA1/ISO A1: "3 dict dup /Orientation 1 put dup /PageSize [1684 2384] put dup
  315. /ImagingBBox null put setpagedevice"
  316. *End
  317. *PageSize ISOA0/ISO A0: "3 dict dup /Orientation 0 put dup /PageSize [2384 3370] put dup
  318. /ImagingBBox null put setpagedevice"
  319. *End
  320. *PageSize OVERSIZEA2/Oversize A2: "3 dict dup /Orientation 1 put dup /PageSize [1361 1772] put dup
  321. /ImagingBBox null put setpagedevice"
  322. *End
  323. *PageSize OVERSIZEA1/Oversize A1: "3 dict dup /Orientation 1 put dup /PageSize [1772 2551] put dup
  324. /ImagingBBox null put setpagedevice"
  325. *End
  326. *PageSize JISB4/JIS B4: "3 dict dup /Orientation 1 put dup /PageSize [729 1032] put dup
  327. /ImagingBBox null put setpagedevice"
  328. *End
  329. *PageSize JISB3/JIS B3: "3 dict dup /Orientation 1 put dup /PageSize [1032 1460] put dup
  330. /ImagingBBox null put setpagedevice"
  331. *End
  332. *PageSize JISB2/JIS B2:"3 dict dup /Orientation 1 put dup /PageSize [1460 2064] put dup
  333. /ImagingBBox null put setpagedevice"
  334. *End
  335. *PageSize JISB1/JIS B1: "3 dict dup /Orientation 0 put dup /PageSize [2064 2920] put dup
  336. /ImagingBBox null put setpagedevice"
  337. *End
  338. *PageSize 36x72/72 inch strip: "3 dict dup /Orientation 0 put dup /PageSize [2448 5184] put dup
  339. /ImagingBBox null put setpagedevice"
  340. *End
  341. *PageSize 36x96/96 inch strip: "3 dict dup /Orientation 0 put dup /PageSize [2448 6912] put dup
  342. /ImagingBBox null put setpagedevice"
  343. *End
  344. *PageSize 36x120/120 inch strip: "3 dict dup /Orientation 0 put dup /PageSize [2448 8640] put dup
  345. /ImagingBBox null put setpagedevice"
  346. *End
  347. *?PageSize: "
  348.  save
  349.    currentpagedevice /PageSize get aload pop
  350.    2 copy gt {exch} if
  351.   (Unknown)
  352.   4 dict
  353.          dup [612 792] (Letter) put
  354.          dup [792 1224] (Tabloid) put
  355.          dup [1224 1584] (AnsiC) put
  356.          dup [1584 2448] (AnsiD) put
  357.          dup [2448 3168] (AnsiE) put
  358.          dup [648 864] (ARCHA) put
  359.          dup [864 1296] (ARCHB) put
  360.          dup [1296 1728] (ARCHC) put
  361.          dup [1728 2592] (ARCHD) put
  362.          dup [2592 3456] (ARCHE) put
  363.          dup [595 842] (ISOA4) put
  364.          dup [842 1191] (ISOA3) put
  365.          dup [1191 1684] (ISOA2) put
  366.          dup [1684 2384] (ISOA1) put
  367.          dup [2384 3370] (ISOA0) put
  368.          dup [1361 1772] (OVERSIZEA2) put
  369.          dup [1772 2551] (OVERSIZEA1) put
  370.          dup [729 1032] (JISB4) put
  371.          dup [1032 1460] (JISB3) put
  372.          dup [1460 2064] (JISB2) put
  373.          dup [2064 2920] (JISB1) put
  374.          dup [2448 5184] (36x72) put
  375.          dup [2448 6912] (36x96) put
  376.          dup [2448 8640] (36x120) put
  377.    { exch aload pop 4 index sub abs 5 le exch
  378.    5 index sub abs 5 le and
  379.       {exch pop exit} {pop} ifelse
  380.    } bind forall
  381.    = flush pop pop
  382. restore
  383. "
  384. *End
  385. *CloseUI: *PageSize
  386.  
  387. *OpenUI *PageRegion: PickOne
  388. *OrderDependency: 40 AnySetup *PageRegion
  389. *DefaultPageRegion: Unknown
  390. *PageRegion Letter: "3 dict dup /Orientation 1 put dup /PageSize [612 792] put dup /ImagingBBox null
  391. put setpagedevice"
  392. *End
  393. *PageRegion Tabloid: "3 dict dup /Orientation 1 put dup /PageSize [792 1224] put dup /ImagingBBox
  394. null put setpagedevice"
  395. *End
  396. *PageRegion AnsiC/ANSI C:"3 dict dup /Orientation 1 put dup /PageSize [1224 1584] put dup
  397. /ImagingBBox null put setpagedevice"
  398. *End
  399. *PageRegion AnsiD/ANSI D: "3 dict dup /Orientation 1 put dup /PageSize [1584 2448] put dup
  400. /ImagingBBox null put setpagedevice"
  401. *End
  402. *PageRegion AnsiE/ANSI E: "3 dict dup /Orientation 0 put dup /PageSize [2448 3168] put dup
  403. /ImagingBBox null put setpagedevice"
  404. *End
  405. *PageRegion ARCHA/ARCH A: "3 dict dup /Orientation 1 put dup /PageSize [648 864] put dup
  406. /ImagingBBox null put setpagedevice"
  407. *End
  408. *PageRegion ARCHB/ARCH B: "3 dict dup /Orientation 1 put dup /PageSize [864 1296] put dup
  409. /ImagingBBox null put setpagedevice"
  410. *End
  411. *PageRegion ARCHC/ARCH C:"3 dict dup /Orientation 1 put dup /PageSize [1296 1728] put dup
  412. /ImagingBBox null put setpagedevice"
  413. *End
  414. *PageRegion ARCHD/ARCH D: "3 dict dup /Orientation 1 put dup /PageSize [1728 2592] put dup
  415. /ImagingBBox null put setpagedevice"
  416. *End
  417. *PageRegion ARCHE/ARCH E: "3 dict dup /Orientation 0 put dup /PageSize [2592 3456] put dup
  418. /ImagingBBox null put setpagedevice"
  419. *End
  420. *PageRegion ISOA4/ISO A4: "3 dict dup /Orientation 1 put dup /PageSize [595 842] put dup
  421. /ImagingBBox null put setpagedevice"
  422. *End
  423. *PageRegion ISOA3/ISO A3: "3 dict dup /Orientation 1 put dup /PageSize [842 1191] put dup
  424. /ImagingBBox null put setpagedevice"
  425. *End
  426. *PageRegion ISOA2/ISO A2:"3 dict dup /Orientation 1 put dup /PageSize [1191 1684] put dup
  427. /ImagingBBox null put setpagedevice"
  428. *End
  429. *PageRegion ISOA1/ISO A1: "3 dict dup /Orientation 1 put dup /PageSize [1684 2384] put dup
  430. /ImagingBBox null put setpagedevice"
  431. *End
  432. *PageRegion ISOA0/ISO A0: "3 dict dup /Orientation 0 put dup /PageSize [2384 3370] put dup
  433. /ImagingBBox null put setpagedevice"
  434. *End
  435. *PageRegion OVERSIZEA2/Oversize A2: "3 dict dup /Orientation 1 put dup /PageSize [1361 1772] put
  436. dup /ImagingBBox null put setpagedevice"
  437. *End
  438. *PageRegion OVERSIZEA1/Oversize A1: "3 dict dup /Orientation 1 put dup /PageSize [1772 2551] put
  439. dup /ImagingBBox null put setpagedevice"
  440. *End
  441. *PageRegion JISB4/JIS B4: "3 dict dup /Orientation 1 put dup /PageSize [729 1032] put dup
  442. /ImagingBBox null put setpagedevice"
  443. *End
  444. *PageRegion JISB3/JIS B3: "3 dict dup /Orientation 1 put dup /PageSize [1032 1460] put dup
  445. /ImagingBBox null put setpagedevice"
  446. *End
  447. *PageRegion JISB2/JIS B2:"3 dict dup /Orientation 1 put dup /PageSize [1460 2064] put dup
  448. /ImagingBBox null put setpagedevice"
  449. *End
  450. *PageRegion JISB1/JIS B1: "3 dict dup /Orientation 0 put dup /PageSize [2064 2920] put dup
  451. /ImagingBBox null put setpagedevice"
  452. *End
  453. *PageRegion 36x72/72 inch strip: "3 dict dup /Orientation 0 put dup /PageSize [2448 5184] put dup
  454. /ImagingBBox null put setpagedevice"
  455. *End
  456. *PageRegion 36x96/96 inch strip: "3 dict dup /Orientation 0 put dup /PageSize [2448 6912] put dup
  457. /ImagingBBox null put setpagedevice"
  458. *End
  459. *PageRegion 36x120/120 inch strip: "3 dict dup /Orientation 0 put dup /PageSize [2448 8640] put dup
  460. /ImagingBBox null put setpagedevice"
  461. *End
  462. *CloseUI: *PageRegion
  463.  
  464. *OpenUI *MediaType/Media Type: PickOne
  465. *DefaultMediaType: PhotographicGlossyPaper
  466. *MediaType Normal/Paper: "
  467. 2 dict dup begin
  468.   /InputAttributes 1 dict dup 0
  469.     4 dict dup begin
  470.       /MediaType (Normal) def
  471.       /MediaColor null def
  472.       /MediaWeight null def
  473.       /PageSize [2592 13824] def
  474.     end
  475.     put def
  476.   /MediaType (Normal) def
  477. end
  478. setpagedevice
  479. "
  480. *End
  481. *MediaType Transparency: "
  482. 2 dict dup begin
  483.   /InputAttributes 1 dict dup 0
  484.     4 dict dup begin
  485.       /MediaType (Transparency) def
  486.       /MediaColor null def
  487.       /MediaWeight null def
  488.       /PageSize [2592 13824] def
  489.     end
  490.     put def
  491.   /MediaType (Transparency) def
  492. end
  493. setpagedevice
  494. "
  495. *End
  496. *MediaType PhotographicSemi-MattePaper/Photographic Semi-Matte Paper: "
  497. 2 dict dup begin
  498.   /InputAttributes 1 dict dup 0
  499.     4 dict dup begin
  500.       /MediaType (PhotographicSemi-MattePaper) def
  501.       /MediaColor null def
  502.       /MediaWeight null def
  503.       /PageSize [2592 13824] def
  504.     end
  505.     put def
  506.   /MediaType (PhotographicSemi-MattePaper) def
  507. end
  508. setpagedevice
  509. "
  510. *End
  511.  
  512. *MediaType PresentationSemi-MattePaper/Presentation Semi-Matte Paper: "
  513. 2 dict dup begin
  514.   /InputAttributes 1 dict dup 0
  515.     4 dict dup begin
  516.       /MediaType (PresentationSemi-MattePaper) def
  517.       /MediaColor null def
  518.       /MediaWeight null def
  519.       /PageSize [2592 13824] def
  520.     end
  521.     put def
  522.   /MediaType (PresentationSemi-MattePaper) def
  523. end
  524. setpagedevice
  525. "
  526. *End
  527.  
  528. *MediaType PhotographicGlossyPaper/Photographic Glossy Paper: "
  529. 2 dict dup begin
  530.   /InputAttributes 1 dict dup 0
  531.     4 dict dup begin
  532.       /MediaType (PhotographicGlossyPaper) def
  533.       /MediaColor null def
  534.       /MediaWeight null def
  535.       /PageSize [2592 13824] def
  536.     end
  537.     put def
  538.   /MediaType (PhotographicGlossyPaper) def
  539. end
  540. setpagedevice
  541. "
  542. *End
  543.  
  544. *MediaType PresentationGlossyPaper/Presentation Glossy Paper: "
  545. 2 dict dup begin
  546.   /InputAttributes 1 dict dup 0
  547.     4 dict dup begin
  548.       /MediaType (PresentationGlossyPaper) def
  549.       /MediaColor null def
  550.       /MediaWeight null def
  551.       /PageSize [2592 13824] def
  552.     end
  553.     put def
  554.   /MediaType (PresentationGlossyPaper) def
  555. end
  556. setpagedevice
  557. "
  558. *End
  559.  
  560. *MediaType DraftingMatteFilm/Drafting Matte Film: "
  561. 2 dict dup begin
  562.   /InputAttributes 1 dict dup 0
  563.     4 dict dup begin
  564.       /MediaType (DraftingMatteFilm) def
  565.       /MediaColor null def
  566.       /MediaWeight null def
  567.       /PageSize [2592 13824] def
  568.     end
  569.     put def
  570.   /MediaType (DraftingMatteFilm) def
  571. end
  572. setpagedevice
  573. "
  574. *End
  575.  
  576. *MediaType DurawhiteFilm/Durawhite Film: "
  577. 2 dict dup begin
  578.   /InputAttributes 1 dict dup 0
  579.     4 dict dup begin
  580.       /MediaType (Durawhite Film) def
  581.       /MediaColor null def
  582.       /MediaWeight null def
  583.       /PageSize [2592 13824] def
  584.     end
  585.     put def
  586.   /MediaType (DurawhiteFilm) def
  587. end
  588. setpagedevice
  589. "
  590. *End
  591.  
  592. *MediaType TransliteFilm/Translite Film: "
  593. 2 dict dup begin
  594.   /InputAttributes 1 dict dup 0
  595.     4 dict dup begin
  596.       /MediaType (TransliteFilm) def
  597.       /MediaColor null def
  598.       /MediaWeight null def
  599.       /PageSize [2592 13824] def
  600.     end
  601.     put def
  602.   /MediaType (TransliteFilm) def
  603. end
  604. setpagedevice
  605. "
  606. *End
  607.  
  608. *MediaType CalibrationMedia/Calibration Media: "
  609. 2 dict dup begin
  610.   /InputAttributes 1 dict dup 0
  611.     4 dict dup begin
  612.       /MediaType (Calibrate) def
  613.       /MediaColor null def
  614.       /MediaWeight null def
  615.       /PageSize [2592 13824] def
  616.     end
  617.     put def
  618.   /MediaType (CalibrationMedia) def
  619. end
  620. setpagedevice
  621. "
  622. *End
  623. *?MediaType: "
  624. save
  625.   currentpagedevice /MediaType get = flush
  626. restore
  627. "
  628. *End
  629. *CloseUI: *MediaType
  630.  
  631. *% ==== 5.20: Font Related Keywords ====
  632.  
  633. *DefaultFont: Courier
  634. *Font AvantGarde-Book: Standard "(001.006S)" Standard Disk
  635. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard Disk
  636. *Font AvantGarde-Demi: Standard "(001.007S)" Standard Disk
  637. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard Disk
  638. *Font Bookman-Demi: Standard "(001.004S)" Standard Disk
  639. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard Disk
  640. *Font Bookman-Light: Standard "(001.004S)" Standard Disk
  641. *Font Bookman-LightItalic: Standard "(001.004S)" Standard Disk
  642. *Font Courier: Standard "(002.004S)" Standard Disk
  643. *Font Courier-Bold: Standard "(002.004S)" Standard Disk
  644. *Font Courier-BoldOblique: Standard "(002.004S)" Standard Disk
  645. *Font Courier-Oblique: Standard "(002.004S)" Standard Disk
  646. *Font Helvetica: Standard "(001.006S)" Standard Disk
  647. *Font Helvetica-Bold: Standard "(001.007S)" Standard Disk
  648. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard Disk
  649. *Font Helvetica-Condensed: Standard "(001.001)" Standard Disk
  650. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard Disk
  651. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard Disk
  652. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard Disk
  653. *Font Helvetica-Oblique: Standard "(001.006S)" Standard Disk
  654. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard Disk
  655. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard Disk
  656. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard Disk
  657. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard Disk
  658. *Font Palatino-Bold: Standard "(001.005S)" Standard Disk
  659. *Font Palatino-BoldItalic: Standard "(001.005S)" Standar Disk
  660. *Font Palatino-Italic: Standard "(001.005S)" Standard Disk
  661. *Font Palatino-Roman: Standard "(001.005S)" Standard Disk
  662. *Font Symbol: Special "(001.007S)" Special Disk
  663. *Font Times-Bold: Standard "(001.007S)" Standard Disk
  664. *Font Times-BoldItalic: Standard "(001.009S)" Standard Disk
  665. *Font Times-Italic: Standard "(001.007S)" Standard Disk
  666. *Font Times-Roman: Standard "(001.007S)" Standard Disk
  667. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard Disk
  668. *Font ZapfDingbats: Special "(001.004S)" Standard Disk
  669.  
  670. *?FontList: "
  671. save
  672.   (*) {cvn ==} 128 string /Font resourceforall
  673.   (*) = flush
  674. restore
  675. "
  676. *End
  677.  
  678. *?FontQuery: "
  679.  save
  680.    { count 1 gt
  681.       { exch dup 127 string cvs (/) print print (:) print
  682.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  683.       } { exit } ifelse
  684.    } bind loop
  685.    (*) = flush
  686.  restore
  687. "
  688. *End
  689.  
  690. *% ==== 5.21: Printer Messages ====
  691.  
  692. *% %%[ PrinterError: <one of these> ]%%
  693.  
  694. *PrinterError: "needs attention"
  695. *PrinterError: "cover open"
  696. *PrinterError: "warming up"
  697. *PrinterError: "resetting printer"
  698. *PrinterError: "Paper Jam"
  699. *PrinterError: "no toner cartridge"
  700. *PrinterError: "manual feed"
  701. *PrinterError: "out of paper"
  702. *PrinterError: "page protect needed"
  703. *PrinterError: "out of memory"
  704. *PrinterError: "off line"
  705.  
  706. *% %%[ status: <one of these> ] %%
  707.  
  708. *Status: "idle"
  709. *Status: "busy"
  710. *Status: "waiting"
  711. *Status: "printing"
  712. *Status: "intializing"
  713. *Status: "printing test page"
  714. *Status: "PrinterError: needs attention"
  715. *Status: "PrinterError: cover open"
  716. *Status: "PrinterError: warming up"
  717. *Status: "PrinterError: resetting printer"
  718. *Status: "PrinterError: output bin full"
  719. *Status: "PrinterError: Paper Jam"
  720. *Status: "PrinterError: no toner cartridge"
  721. *Status: "PrinterError: manual feed"
  722. *Status: "PrinterError: out of paper"
  723. *Status: "PrinterError: page protect needed"
  724. *Status: "PrinterError: out of memory"
  725. *Status: "PrinterError: off line"
  726.  
  727. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  728. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  729. *Message: "%%[ Warning: unknown MediaType - using default ]%%"
  730. *Message: "\FontName\ not found, using Courier"
  731.  
  732. *% ==== 5.19: Color Separation Keywords ====
  733.  
  734. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  735.  
  736. *InkName: ProcessBlack/Process Black
  737. *InkName: CustomColor/Custom Color
  738. *InkName: ProcessCyan/Process Cyan
  739. *InkName: ProcessMagenta/Process Magenta
  740. *InkName: ProcessYellow/Process Yellow
  741.  
  742. *%  == For 60 lpi / 300 dpi  ==
  743.  
  744. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  745. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  746. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  747. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  748. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  749.  
  750. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  751. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  752. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  753. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  754. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  755.  
  756. *% == For 53 lpi / 300 dpi  ==
  757.  
  758. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  759. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  760. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  761. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  762. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  763.  
  764. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53"
  765. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53"
  766. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "53"
  767. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "53"
  768. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "53"
  769.  
  770. *% Last Edit Date: Oct 13 1994
  771. *% The byte count of this file should be exactly 024359 or 025134
  772. *% depending on the filesystem it resides in.
  773. *% end of PPD file for VERTEC PS-RIP
  774.  
  775.  
  776.